home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / dmtr57.zip / LEARN.VBL < prev    next >
Text File  |  1991-07-29  |  6KB  |  133 lines

  1. .QN ************** VARIABLE PROMPTS FOR LEARN *******************
  2. {FIRST_NAME}
  3. 1-Please enter your first name: 
  4. {TITLE}
  5. 2-Enter title to address you by (Mr., Miss, Ms., Colonel, Etc.): 
  6. {LAST_NAME}
  7. 3-Enter your last name: 
  8. {>CENTERED_HEADING}
  9. 4*-Enter heading such as, "SECTION ONE": 
  10. {!UNCENTERED_HEADING}
  11. 5*-Enter a centered or uncentered heading: 
  12. {MULTIPLE_LINES}
  13. 6-Enter and correct a multiple-line entry: 
  14. {NAME_AND_ADDRESS}
  15. 7-Enter ? and then a name and address under the appropriate headings: 
  16. {ADDRESSEE_NAME}
  17. 8-Enter an Addressee's Name: 
  18. {?ADDR1}
  19. 9*-Enter the First Address Line: 
  20. {?ADDR2}
  21. 10*-Enter the Second Address Line, or <RETURN><RETURN>: 
  22. {CITY/STATE/ZIP}
  23. 11-Enter the City, State and Zip Code: 
  24. {PROPERTY_&_VALUE1}
  25. 12-Enter <RETURN>, First Property Category, <TAB> and Probable Value: 
  26. {PROPERTY_&_VALUE2}
  27. 13-Enter <RETURN>, Second Property Category, <TAB> and Probable Value: 
  28. {PROPERTY_&_VALUE3}
  29. 14-Enter <RETURN>, Third Property Category, <TAB> and Probable Value: 
  30. {TLV}
  31. 15-Enter a <TAB>, $ and Total Property Value:
  32. .HP ***************** VARIABLE HELP FOR LEARN ********************
  33. {!UNCENTERED_HEADING}
  34. This heading will not be centered on the page unless you enter a ">" symbol
  35. before your response to instruct the program to do so.  Try it both ways and
  36. see the difference.
  37. {>CENTERED_HEADING}
  38. This entry is to demonstrate how the program can be instructed to enter a 
  39. ">" symbol so that your response to a prompt will be centered on the page.
  40. Enter the kind of heading which you would want to be centered on the page, 
  41. such as ARTICLE I or SECTION ONE, etc.
  42. {?ADDR1}
  43. This line will usually be the street address in a 3-line address.  In a 4-line 
  44. address it will usually be used for the Suite No. or similar information.
  45. {?ADDR2}
  46. This line will not be used in a three-line address.  You should enter <ESCAPE>
  47. twice to skip it.  In a 4-line address this line will usually contain the 
  48. Street or P. O. Box address.
  49. {ADDRESSEE_NAME}
  50. Enter the name of the Addressee for the multiple-line address on this line.
  51. {CITY/STATE/ZIP}
  52. Enter the City and State separated by a comma and then the ZIP code.
  53. {FIRST_NAME}
  54. This entry is for your first name as you want it to appear in future lessons
  55. as we proceed through them.  It is recommended that you enter it in lower case
  56. letters with the first letter capitalized such as:  Bill, or  Susan, etc.
  57. {LAST_NAME}
  58. Enter your last name as you want it to appear in the text with which it will 
  59. be merged as we proceed through these lessons.  We recommend that it be enter-
  60. ed in lower case letters but with the first letter capitalized thus:  Smith
  61. {MULTIPLE_LINES}
  62. When the program wraps you to the second line of your response enter CONTROL-R
  63. and start your entry again to demonstrate how you can correct a multiple-line 
  64. entry after the program has moved the cursor to a line beyond your error.
  65. {NAME_AND_ADDRESS}
  66. This help provides a duplicate of the headings in the selected text under 
  67. which you may enter a name and address.  Enter one under the headings.
  68.      NAME        STREET ADDRESS     CITY         STATE     ZIP
  69. {PROPERTY_&_VALUE1}
  70. Enter a general property category such as "Household Furnishings", "Auto-
  71. mobiles" etc. followed by a <TAB> and the estimated value of that property.
  72. The values will be aligned on the decimal point.
  73. {TITLE}
  74. Please enter the title by which you prefer to be addressed (Mr., Miss, Ms.,
  75. Mrs., Dr., Colonel, General, etc.).
  76. {TLV}
  77. This entry is for the total value of the property which you have listed 
  78. above.  Enter a <TAB> and then a dollar sign followed by the total of the 
  79. values shown above.
  80. {~LIB_#}
  81. 01023079082
  82. .IX *************** TEXT SELECTION INDEX FOR LEARN*********************
  83.  
  84.                       - NUMERIC INDEX -
  85.            SELECT THE TEXT SECTIONS IN SEQUENCE
  86. 01.01 - Introduction to the Learning Demonstration 
  87.            VARIABLE INPUT HELP
  88. 01.02 - Help (?) for Variable Response Input 
  89.            REJECTING REVISED TEXT
  90. 01.03 - Rejection of the Revised Text After Variable Entry 
  91.            CENTERED ENTRIES FOR HEADINGS, ETC.
  92. 01.04 - Centered Variable Responses for Headings (automatic) 
  93. 01.05 - Centered Variable Responses for Headings (by Operator) 
  94.            CORRECTING MULTIPLE-LINE RESPONSES
  95. 01.06 - Correction of Multiple-Line Variable Response 
  96.            STARTING RESPONSES AT THE LEFT MARGIN
  97. 01.07 - Variable Responses Starting at the Left Margin 
  98.            SKIPPING A RESPONSE OR A LINE
  99. 01.08 - Skipping a Variable Response or Variable Response Line 
  100.            ENTERING NUMBERS AT A DECIMAL TAB
  101. 02.01 - Entering Digits at a Decimal tab 
  102.            THE PC-LIBRARY PROGRAM
  103. 02.02 - PC-LIBRARY Program Description and Explanation 
  104.            EXPLANATION OF LIBRARY FILE SYSTEM
  105. 02.03 - Creating Your own Forms Libraries 
  106.            CONCLUSION
  107. 02.04 - Conclusion of Demonstration Program and Document 
  108.  
  109.  
  110.                     - ALPHABETICAL INDEX -
  111.  
  112. Centered Variable Responses for Headings (Automatic)      01.04
  113. Centered Variable Responses for Headings (By Operator)    01.05
  114. Conclusion of Demonstration Program and Document          02.04
  115. Correction of Multiple-Line Variable Response             01.06
  116. Creating Your Own Forms Libraries                         02.03
  117.  
  118. Entering Digits at a Decimal tab                          02.01
  119.  
  120. Help (?) for Variable Response Input                      01.02
  121.  
  122. Introduction to the Learning Demonstration                01.01
  123.  
  124. PC-LIBRARY Program Description and Explanation            02.02
  125.  
  126. Rejection of the Revised Text After Variable Entry        01.03
  127.  
  128. Skipping a Variable Response or Variable Response Line    01.08
  129.  
  130. Variable Responses Starting at the Left Margin            01.07
  131.  
  132. ================ End of Text Selection Indexes ==================
  133.